
 INSTALL 

======================================================================

 The script sb-mrtg.pl is designed to be platform agnostic, and should
 be installed in some suitable place on the Operating System
 Application Path. 

 The main requirements for the script to work are: 
    a) A Working MRTG installation 
    b) Perl ( Preferably 5.8.x )
    c) GetOpt::Std perl module
    d) Net::SNMP perl module. 

 Copy the sb-mrtg.pl file in the place where the rest of the MRTG
 collector scripts are installed, or anywhere else in the System
 Path. 

 After putting sb-mrtg.pl in the correct install path, it can be
 tested by manually executing it from the command line, for a unix
 system it should look as follows: 

  $sb-mrtg.pl -c public -i 192.168.0.22 -t e 
  23452625
  345344
  --
  AccessPointName
  $
  

 On a windows PC, it should similarly look as: 

  C:\WINDOWS>sb-mrtg.pl -c public -i 192.168.0.22 -t e 
  23452625
  345344
  --
  AccessPointName
  C:\WINDOWS>
 
 If you get similar results, then your environment is all set, the
 different parameters which the application can take are described in
 the USAGE file, distributed alongwith. 

 Now, since we have the sb-mrtg.pl script running properly, the next
 step is to add the configuration scripts to the MRTG  application. 
 This is done by taking the sample_<type>.cfg script given as part of 
 this distribution and making the relevant changes. These are similar
 to the conifgurations used for MRTG. The ideal strategy is to put all
 of the configurations togather. And calling them separately, as
 different processes. 

======================================================================